home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special XP & Vista / Chip Spesial XP & Vista.iso / 3_Gadgets / Remind_Me_Gadget / Remind_Me.gg / main.xml < prev   
Text File  |  2007-12-02  |  1KB  |  28 lines

  1. ∩╗┐<view height="150" width="250" onopen="view_onOpen()">
  2.   <img height="182" width="282" x="-14" y="-16" src="stock_images\background.png"
  3.    />
  4.   <img height="67" name="img1" width="59" x="14" y="12" src="stock_images\clock.jpg"
  5.    />
  6.   <label height="41" name="curtime" width="137" x="96" y="29" align="center"
  7.     bold="true" font="Times New Roman" wordwrap="true">label1
  8.   </label>
  9.   <label height="16" name="label1" width="95" x="17" y="83">Remind me in :
  10.   </label>
  11.   <edit height="16" name="minutes" width="37" x="118" y="81" background="#CCCCCC"
  12.     value="10"/>
  13.   <label height="16" name="label2" width="62" x="163" y="79">Minutes
  14.   </label>
  15.   <label height="16" name="label3" width="72" x="46" y="97">Message :
  16.   </label>
  17.   <edit height="16" name="message" width="117" x="118" y="99" background="#CCCCCC"
  18.    />
  19.   <a height="16" name="set_timer_text" width="110" x="15" y="127"
  20.     onclick="settimefunc()" align="center" bold="true" href="#"
  21.    >Set
  22.   </a>
  23.   <a height="16" name="a1" width="113" x="125" y="126" bold="true"
  24.     href="http://timcol6.freehostia.com">Tim's Movie Site
  25.   </a>
  26.   <script src="main.js" />
  27. </view>
  28.